home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / sbs301.zip / MANUAL.BAT < prev    next >
DOS Batch File  |  1993-10-25  |  290b  |  8 lines

  1. @echo off
  2. echo This will print the file "baseball.doc" to your line printer(LPT1).
  3. echo Make sure the printer is lined up correctly. The document is about
  4. echo 15 pages long. If you do not wish to print it, hit CTRL C now.
  5. echo Any other key to continue.
  6. pause
  7. copy baseball.doc PRN
  8.